home *** CD-ROM | disk | FTP | other *** search
/ Know Your Hockey - The Greatest Player Resource / Know Your Hockey: The Greatest Player Resource.iso / hockey / director / ssqcst.cst / 00055_Script_looseExit < prev    next >
Text File  |  1998-09-28  |  173b  |  12 lines

  1. -- closes the popup window
  2. global gExit
  3. on LooseExit
  4.   if gExit = (window "ExitMenu") then
  5.     Close gExit
  6.     Forget gExit
  7.     Set gExit = Empty
  8.   end if
  9. end
  10.  
  11.  
  12.